home *** CD-ROM | disk | FTP | other *** search
/ Aminet 32 / Aminet 32 (1999)(Schatztruhe)[!][Aug 1999].iso / Aminet / comm / irc / MyMatch.lha / MyMatch / Docs / MyMatch.readme < prev    next >
Text File  |  1999-06-14  |  2KB  |  61 lines

  1. SHORT           :  Display Countries of Users in an IRC Channel.
  2. AUTHOR          :  strdustr@ptd.net (Donald T. Becker)
  3. UPLOADER        :  strdustr@ptd.net (Donald T. Becker)
  4. TYPE            :  comm/irc
  5.  
  6. VERSION:        :  $VER: MyMatch.amirx 2.4 (07.06.99)
  7.                 :  $VER: MatchResolve.rexx 1.0 (27.02.99)
  8.  
  9. LONG:
  10.  
  11.         MyMatch supports 252 standard known Domains/Countries
  12.         Nine files of Non-Standard Domains/IPs allow identification
  13.           of many other Domains/IPs under these nine countries.
  14.         You can add other Domains/IPs to these existing files,
  15.           and you can create other Country files as needed.
  16.  
  17. Requirements:
  18.  
  19.     1.    AmIRC installed, running correctly with RexxMSGPort.
  20.     2.    MiamiResolve in Miami:  or  Resolve in AmiTCP:bin
  21.  
  22.  
  23. USAGE           :  /Rx MyMatch [-Q] [-D Dev:dir/] [-W Country] [-DEBUG]
  24.  
  25.    -Q           :  Echo to screen instead of send to panel.
  26.    -D Dev:dir/  :  Source of your #?.#?.MyMatch files (if not in default AmIRC dir)
  27.    -C End Mask  :  Displays the country matching the ending Mask (.??) if found in list.
  28.    -W Country   :  Displays all countrys and ending masks matching arg. if found in list.
  29.    -DEBUG       :  Displays MyMatch file tracing info to screen.
  30.  
  31.  
  32. Manual Install  :  Copy MyMatch/AmIRC/#?.MyMatch          to your "AmIRC"      directory.
  33.                 :  Copy MyMatch/AmIRC/Rexx/MyMatch.amirx  to your "AmIRC/Rexx" directory.
  34.                 :  Copy MyMatch/Rexx/MatchResolve.rexx    to your "Rexx:"      directory.
  35.  
  36.  
  37. Adding New HOSTS/IPs to the ?.MyMatch file(s).
  38.  
  39.    Edit correct Country.??.MyMatch file.
  40.    Add new IPs as follows:                   @202.101.11.
  41.    Add new Domain names as follows:          .whatever.com  or  .whatever.net
  42.  
  43.  
  44. Creating New Country files of non-standard Domains/IPs.
  45.  
  46.    Filename is in 3 parts separated by periods  and reside in your "AmIRC" directory.
  47.  
  48.         part1 is location identifier for ease of recognition by the user
  49.           ie:         America,  Ireland,  SouthAfrica,  etc, etc.
  50.  
  51.         part2 is the recognized country code for that country.
  52.           ie:         RU for Russia, IN for India, MY for Malasia.
  53.  
  54.         part3 is always:  MyMatch
  55.  
  56.  
  57. Version 2.4 Updates:
  58.  
  59.     -W now returns all matches instead of just the first 1.
  60.     -C displays the country name for the inputted country mask.
  61.